object AboutComponent: TAboutComponent Left = 285 Top = 184 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'About...' ClientHeight = 142 ClientWidth = 345 Color = clBtnFace Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 7 Top = 8 Width = 134 Height = 22 Caption = 'TSyntaxMemo' Font.Color = clBlack Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 151 Top = 14 Width = 122 Height = 13 Caption = '(c) 1997 - 99 David Brock' end object Label3: TLabel Left = 7 Top = 40 Width = 90 Height = 13 Caption = 'For details contact:' end object Label4: TLabel Left = 123 Top = 37 Width = 200 Height = 16 Caption = 'dbrock@dbrocksoftware.com' Font.Color = clBlack Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] ParentFont = False end object VersionLabel: TLabel Left = 24 Top = 72 Width = 38 Height = 13 Caption = 'Version:' end object Button1: TButton Left = 256 Top = 104 Width = 75 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 0 end end